Reducing LOC (always a good thing) by eliminating duplicated functionality.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 6 Sep 2005 15:31:34 +0000 (15:31 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 6 Sep 2005 15:31:34 +0000 (15:31 +0000)
commit7b64ba2f514a81e2205300d7dbe2c068814b002a
tree67bb4d2c4ebb5ee5b806450d0eb0830c0f36ac81
parentb076b9bbe4145eb90f15cd397325f1bf1a371a69
Reducing LOC (always a good thing) by eliminating duplicated functionality.
vmx_platform.c/inst_copy_from_guest() now uses vmx_copy. Also shored up
vmx_copy to handle copies when paging is enabled and improved its error
handling.

Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
xen/arch/x86/vmx.c
xen/arch/x86/vmx_platform.c